home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 20 / Cream of the Crop 20 (Terry Blount) (1996).iso / bbs / winm336.zip / WMPORT.IN~ < prev    next >
Text File  |  1996-03-29  |  3KB  |  115 lines

  1. ; WMPORT.INF
  2. ; Copyright 1995, U.S. Robotics Inc.
  3. ; This is the device information file for the Winmodem port installation.
  4.  
  5. ; Comment starting with a semicolon should not be added at the end of a line.
  6.  
  7. [version]
  8. signature="$WINDOWS95$"
  9.  
  10. Class=Ports
  11. ; install hardware with port capabilities only.
  12.  
  13. Provider=%USR%
  14. ; name of the hardware provider
  15.  
  16. [DestinationDirs]
  17. ComPort.CopySys=11
  18. ; SYSTEM subdirectory
  19.  
  20. [SourceDisksFiles]
  21. winmodem.vxd=1
  22. ; Source disk : disk one
  23.  
  24. [SourceDisksNames]
  25. 1="U.S. Robotics Inc. Sportster Winmodem 33.6",DISK1,2345-16E8
  26. ; this is the install disk description
  27.  
  28. ;----------------------------------------------------------
  29. ; Install class "Ports"
  30. ; Windows will probably not use these entries, because the port class
  31. ; is already installed
  32.  
  33. [ClassInstall]
  34. AddReg=PortsClass.AddReg
  35.  
  36. [PortsClass.AddReg]
  37. HKR,,,,%PortsClassName%
  38.  
  39. ;----------------------------------------------------------
  40. ; Drivers
  41. ; Winmodem hardware declaration
  42.  
  43. [Manufacturer]
  44. %Std%=Std
  45.  
  46. [Std]
  47. %USRPort.DeviceDesc% = ComPort,WINMODEM
  48.  
  49. ;----------------------------------------------------------
  50. ; COM sections
  51.  
  52. [ComPort]
  53. AddReg=ComPort.AddReg
  54. ; add registry entries
  55.  
  56. UpdateIniFields=ComPort.AddIniField
  57. ; add new entries to system.ini
  58.  
  59. CopyFiles=ComPort.CopySys
  60. ; copy Winmodem files
  61.  
  62. [ComPort.CopySys]
  63. winmodem.vxd
  64. ; this file will be copied in the SYSTEM directory
  65.  
  66. [ControlFlags]
  67. ExcludeFromSelect=WINMODEM
  68.  
  69. [ComPort.AddReg]
  70. ; system keys
  71. HKR,,ConfigDialog,,serialui.dll
  72. ; the DLL containing the baud rate/data bits/stop bits configuration dialog
  73.  
  74. HKR,,DevLoader,,*vcomm
  75. ; device loader. Must be vcomm
  76.  
  77. HKR,,Enumerator,,serenum.vxd
  78. ; device enumerator. May be useless
  79.  
  80. HKR,,PortDriver,,winmodem.vxd
  81. ; driver name
  82.  
  83. HKR,,DCB,3,1C,00,00,00, 80,25,00,00, 09,40,00,00, 00,00, 0a,00, 0a,00, 08, 00, 00, 11, 13, 00, 00, 00
  84. ; Default DCB
  85.  
  86. HKR,,PortSubClass,1,01
  87. ; May be useless
  88.  
  89. HKR,,EnumPropPages,,"winmodem.cpl,EnumPropPages"
  90. ; Coordinates of the property provider
  91.  
  92. ; Winmodem specific keys. Required. See VxD external specifications
  93. HKLM,SOFTWARE\USRobotics\Winmodem\1.0\AutomaticPortSelection,,,TRUE
  94. HKLM,SOFTWARE\USRobotics\Winmodem\1.0\Base,,,270
  95. HKLM,SOFTWARE\USRobotics\Winmodem\1.0\ComAlias,,,COM4
  96. HKLM,SOFTWARE\USRobotics\Winmodem\1.0\ComPort,,,COM4
  97. HKLM,SOFTWARE\USRobotics\Winmodem\1.0\ForceCOM1To4,,,TRUE
  98. HKLM,SOFTWARE\USRobotics\Winmodem\1.0\IRQ,,,7
  99.  
  100. [ComPort.AddIniField]
  101. %10%\SYSTEM.INI,Boot,drivers,"winmodem.100\winmodem.drv",
  102. ; this entry delete the reference to an old Winmodem driver.
  103.  
  104. %10%\SYSTEM.INI,Boot,drivers,,"winmodem.101\winmodem.drv"
  105. ; this entry add the Winmodem driver to the list of preloaded drivers.
  106.  
  107. ;----------------------------------------------------------
  108. ; User readable strings
  109. [Strings]
  110. USR = "U.S. Robotics, Inc."
  111. Std = "U.S. Robotics, Inc."
  112. PortsClassName = "Ports (COM & LPT)"
  113. USRPort.DeviceDesc = "Sportster Winmodem 33.6"
  114.  
  115.